php sha512 hash

37

echo hash('sha256', $_POST['ppasscode']);
$hash = hash('sha256', 'hello, world!');
var_dump($hash);

Comments

Submit
0 Comments